home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 June
/
Software of the Month Club 1998 June.iso
/
pc
/
dos
/
games
/
dom1
/
jarrod.rpp
< prev
next >
Wrap
Text File
|
1998-04-15
|
120b
|
14 lines
var x: number;
var y: number;
x := 5;
y := 4;
if ((4+5 = 9) and (4+4 = 9))
println("yep");
endif;